home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / devinter.dxr / 00031_set min & max.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  141 b   |  6 lines

  1. on exitFrame
  2.   global MinimumV, MaximumV
  3.   set MinimumV to 100
  4.   set MaximumV to -(the height of member the memberNum of sprite 2) + 400
  5. end
  6.